A collection of applications and services that provide end-to-end solutions for creating and sharing business intelligence using Excel and Sharepoint.
Workbook is integrated with Excel and Sharepoint. In an Excel environment, workbook for Excel
Because the workbook data is embedded in an Excel file, this method can be used as offline data analysis (even if the source data is unavailable, it cannot be synchronously updated, however, you can still use imported workbook data), but there are
1. activecell: return the range read-only object representing the active cell.2. activesheet: returns the read-only worksheet object representing the active worksheet.3. activewindow: return the window object of the current window.4. activeworkbook:
Java excel Workbook API1. int getNumberOfSheets ()Obtain the number of worksheets (Sheet) in the Workbook, for example:
Jxl. Workbook rwb = jxl. Workbook. getWorkbook (new File (sourcefile ));Int sheets = rwb. getNumberOfSheets ();
2.
Although I have said earlier, it is not a good idea to manipulate a workbook in VBA, but sometimes it is unavoidable to do so. In the vast majority of cases, what we want to do is get a workbook object and use it to get the sheet object, and then
You can use Excel to create and edit connections to external data sources, which are stored in workbooks or connection files. You can easily manage these connections by using The Workbook Connection dialog box, including creating, editing, and
Common features of the workbook workbook:1. Create a new workbook
Dim WB as Workbook
Application.sheetsinnewworkbook = 1 ' Sets the number of worksheets in the initial workbook
Set WB = Application.WorkBooks.Add
Wb. Worksheets (
When editing files in Excel, if you do not want others to modify the file content, we usually add a password to the worksheet or workbook to protect the file.
What should we do if we download an Excel file from the Internet with a worksheet/workbook
The use of workbook sharing to collaborate to complete a work is very convenient, such as a large number of data needs to be entered, take my town low-income input program (this program is based on the development of Excel) for example, the
We often keep the same kind of related Excel worksheets in the same document so that we can reference and view them among the tables. When the work in a document is expressed to a certain number, it becomes cumbersome to find the worksheet that you
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.